home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
System
/
Sample 2.4 Think C distribution
/
help.h
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-07-09
|
326 b
|
16 lines
|
[
TEXT/KAHL
]
/*______________________________________________________________________
help.h - Help Window Manager Interface.
Copyright © 1988, 1989, 1990, Northwestern University.
_____________________________________________________________________*/
#ifndef __help__
#define __help__
extern void help_Open (short tag);
#endif